Skip to content

Conversation

@ycechungAI
Copy link

Output:

- Naked (use your own .img)
- Naked-Auto (user your own .img and SSH in)
* `sickcodes/docker-osx:latest`: This is the main image. It allows you to run any version of macOS by setting the `SHORTNAME` environment variable.
* `sickcodes/docker-osx:auto`: This is a pre-installed version of Catalina. It is useful for quickly getting started with Docker-OSX.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI, as of 2025-11-24 at least, the docker-osx:auto image seems not to exist


## Quick Start Docker-OSX

Video setup tutorial is also available here: https://www.youtube.com/watch?v=wLezYl77Ll8

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

While the video is antiquated, it describes the process of deleting and recreating the disk image which is necessary before doing install. Woithout linking the video, the README should describe this process I think

# docker build -t docker-osx .
```
* `docker run -it`: This command runs a Docker container in interactive mode.
* `--device /dev/kvm`: This flag gives the container access to the KVM for hardware acceleration.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you sure that the GENERATE_UNIQUE=true, and MASTER_PLIST_URL are not needed? I think many users are likley to desire those in an initial setup, and they don't seem to be set in the Dockerfile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants